golang.org/x/tools/internal/pkgbits.PkgDecoder.pkgPath (field)
6 uses
golang.org/x/tools/internal/pkgbits (current package)
decoder.go#L32: pkgPath string
decoder.go#L63: func (pr *PkgDecoder) PkgPath() string { return pr.pkgPath }
decoder.go#L75: pkgPath: pkgPath,
decoder.go#L338: fmt.Printf("export data desync: package %q, section %v, index %v, offset %v\n", r.common.pkgPath, r.k, r.Idx, pos)
decoder.go#L342: fmt.Printf("\t[stack trace unavailable; recompile package %q with -d=syncframes]\n", r.common.pkgPath)
decoder.go#L490: path = pr.pkgPath
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)